Two types of change propagation:
- Complete Replacement: Where the changeset completly replaces the old version. In this type of propagation, much
attention should be put into compatibility problems, and classical component upgrade problems, in order not to alter
the right behavior of the system.
- Merge versions: The whole changeset, or just a part of it, is merged against the already existing target version. In
this case much attention should be put in merge conflicts resolution.
|